If you have followed exercises #2 Download and use a package and #3 Create a package you will now have published your package that contains your profile. Let's repeat the first exercise but now using your package.
An example instance of your profile is given below in JSON and is accesible through this link: acme-product-labx-INVALID-no-meta-profile. This instance should be invalid against your created profile.
{ "resourceType": "Observation", "id": "acme-product-labx-INVALID-no-meta-profile", "meta": { "profile": [ "ADD YOUR PROFILE CANONICAL URL HERE" ] }, "status": "final", "category": [ { "coding": [ { "system": "http://terminology.hl7.org/CodeSystem/observation-category", "code": "laboratory", "display": "Laboratory" } ], "text": "Laboratory" } ], "code": { "coding": [ { "system": "http://loinc.org", "code": "789-8", "display": "RBC # Bld Auto" } ], "text": "RBC # Bld Auto" }, "subject": { "reference": "Patient/example", "display": "Amy Shaw" }, "effectiveDateTime": "2015-07-05", "valueString": "4.58 - 10*6/uL", "interpretation": [ { "coding": [ { "system": "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation", "code": "N-8", "display": "Normal" } ] } ] }
Observation.meta.profile
to the canonical URL of your created profileThe instance should be invalid. Examine the results.
You can now easily try out different variations of the instance against your profile. Try to make a valid instance of your profile!
Try out more profiling constraints or different Resources. The following steps may be helpful.
Powered by SIMPLIFIER.NET