ObservationDefinition |
id : snomed-871555000 |
code |
coding |
system : http://snomed.info/sct |
code : 871555000 |
display : Detection of ribonucleic acid of SARS-CoV-2 |
validCodedValueSet |
reference : https://fhir.nhs.uk/ValueSet/covid-19-detection-of-virus |
{
"resourceType": "ObservationDefinition",
"id": "snomed-871555000",
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "871555000",
"display": "Detection of ribonucleic acid of SARS-CoV-2"
}
]
},
"validCodedValueSet": {
"reference": "https://fhir.nhs.uk/ValueSet/covid-19-detection-of-virus"
}
}
<ObservationDefinition xmlns="http://hl7.org/fhir">
<id value="snomed-871555000" />
<code>
<coding>
<system value="http://snomed.info/sct" />
<code value="871555000" />
<display value="Detection of ribonucleic acid of SARS-CoV-2" />
</coding>
</code>
<validCodedValueSet>
<reference value="https://fhir.nhs.uk/ValueSet/covid-19-detection-of-virus" />
</validCodedValueSet>
</ObservationDefinition>