File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed
Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -247,9 +247,9 @@ class NRLFormatCode(Coding):
247247 ]
248248 code : Annotated [
249249 Literal [
250- "Contact details (HTTP Unsecured) " ,
251- "Unstructured Document " ,
252- "Structured Document " ,
250+ "urn:nhs-ic:record-contact " ,
251+ "urn:nhs-ic:unstructured " ,
252+ "urn:nhs-ic:structured " ,
253253 ],
254254 Field (description = "The code representing the format of the document." ),
255255 ]
Original file line number Diff line number Diff line change @@ -291,9 +291,9 @@ class NRLFormatCode(Coding):
291291 ]
292292 code : Annotated [
293293 Literal [
294- "Contact details (HTTP Unsecured) " ,
295- "Unstructured Document " ,
296- "Structured Document " ,
294+ "urn:nhs-ic:record-contact " ,
295+ "urn:nhs-ic:unstructured " ,
296+ "urn:nhs-ic:structured " ,
297297 ],
298298 Field (description = "The code representing the format of the document." ),
299299 ]
Original file line number Diff line number Diff line change @@ -262,9 +262,9 @@ class NRLFormatCode(Coding):
262262 ]
263263 code : Annotated [
264264 Literal [
265- "Contact details (HTTP Unsecured) " ,
266- "Unstructured Document " ,
267- "Structured Document " ,
265+ "urn:nhs-ic:record-contact " ,
266+ "urn:nhs-ic:unstructured " ,
267+ "urn:nhs-ic:structured " ,
268268 ],
269269 Field (description = "The code representing the format of the document." ),
270270 ]
You can’t perform that action at this time.
0 commit comments